home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / readers / utils / gui4cli / docs / printme < prev   
Encoding:
Text File  |  1996-10-28  |  5.4 KB  |  179 lines

  1.  
  2.  
  3. ======================== GLOBAL COMMANDS =============================
  4.  
  5.  
  6. WinBig         L T W H Title
  7. WinSmall       L T W H
  8. WinType        MASK (Close|Drag|Zoom|Depth|Borderless|Backdrop|RIGHT|BOTTOM)
  9. WinOut         ConsoleSpecification
  10. WinOnWin       GuiName LeftOffset TopOffset
  11. WinOnMouse     LeftOffset TopOffset
  12. Screen         PublicScreenName
  13. WinFont        FontName Size  UL|BD|IT(Mask)
  14. WinBackground  SOLID|PATTERN|ICON APen|IconName BPen
  15. UseTopaz      
  16. NoFontSense   
  17.  
  18.  
  19. ========================= GRAPHICS COMMANDS ========================
  20.  
  21.  
  22. BOX      L T W H  IN|OUT BUTTON|RIDGE|ICONDROP
  23. CTEXT    L T Text FontName size FGpen BGpen MASK(Underline|Bold|Italics)
  24. LINE     L T L T ColorNo
  25. SQUARE   L T W H ColorNo FILL|NOFILL
  26. CIRCLE   centerL centerT xradius yradius ColorNo FILL|NOFILL
  27.  
  28.  
  29. ================================ EVENTS ============================
  30.  
  31.  
  32. xButton        L T W H Title
  33. xCheckBox      L T W H Title Variable OnText OffText ON|OFF
  34. xVSlider       L T W H Title Variable Min Max Current ShowStr
  35. xHSlider       L T W H Title Variable Min Max Current ShowStr
  36. xTextIn        L T W H Title Variable StartingText Bufflength
  37. xCycler        L T W H Title Variable
  38. xListview      L T W H Title Variable FromFile Offset NUM|TXT|DIR|MULTI
  39. xRadio         L T W H Variable Spacing
  40. xMemu          Menu Item SubItem Shortcut
  41. xIcon          L T IconName (no .info)
  42. xAppMenu       AppMenuName Variable ONOFF
  43. xAppIcon       L T IconName Title Variable ON|OFF
  44. xAppWindow     Variable
  45.  
  46. xOnKey         Letter|KeyValue
  47. xRoutine       RoutineName
  48. xLVDirHook     HookID
  49. xOnReturn      LaunchID
  50. Text           L T W H Text Length BOX|NOBOX
  51.  
  52. Other Events   xOnLoad, xOnOpen, xOnClose, xOnQuit
  53.                xOnRMB, xOnActive, xOnInactive, xBefore, xAfter
  54.                xOnDoubleclick, xOnFail, xOnReload
  55.  
  56.  
  57.   --------------------------- GADGET MODIFIERS -------------------------
  58.  
  59.  
  60. Gadget Modifiers :
  61.  
  62. GadID        IDNumber
  63. GadFont      FontName  FontSize  MASK(Underline|Bold|Italics)
  64. GadTitle     ABOVE|BELOW|LEFT|RIGHT|HIGH
  65. GadKey       Letter (or #ASCII value)
  66. GadTxt       LEFT|CENTER|RIGHT
  67. LVColors     Foregnd  Backgnd  SelectedBgnd Dirs
  68. LVDirHook    HookID
  69.  
  70. ============================== EVENT COMMANDS ==========================
  71.  
  72.  
  73. ---------> Controlling Gadgets :
  74.  
  75. SetGad       GuiFile GadID ON|OFF|SHOW|HIDE  (Arexx capable)
  76. Update       GuiFile GadID Value             (Arexx capable)
  77. ChangeArg    GuiFile GadID ArgNumber NewValue
  78. ChangeGad    GuiFile GadID L T W H Title
  79. ReDraw       GuiFile
  80. ChangeIcon   GuiFile GadID L T NewIconName
  81.  
  82. ---------> Control Statements :
  83.  
  84. If/Else/Endif              Argument Operator Argument
  85. IfExists/Else/EndIf        SystemItem Name
  86. While/EndWhile             Argument Operator Argument
  87. Mark/Goto                  MarkName
  88. Gosub/Return               GuiName RoutineName  (ARexx capable)
  89. DoCase/Case/Break/EndCase  (DoCase) Argument - (Case) Operator Argument
  90. Stop                      
  91.  
  92.    ------------- All Commands below this line are ARexx capable ---------
  93.  
  94. Quit
  95.  
  96. ---------> Commands which set the $$RETCODE :
  97.  
  98. Run, CLI      CommandLine
  99. Launch        LaunchID CommandLine
  100. SendRexx      PortName  CommandLine
  101. Wait          SystemItem Name TimeOut
  102. Delete        File/Dir             (with wild characters)
  103. Copy          File/Dir Destination (with wild characters)
  104. MakeDir       DirName
  105. assign        Device:  Path|REMOVE
  106. rename        OldName NewName
  107. FailAt        ErrorNumber
  108.  
  109. Action        Action  Source Destination
  110. LVAction      Action  GuiFile GadID  Destination
  111.  
  112. ---------> Handling GUIs :
  113.  
  114. GuiLoad       FullPath/GuiName 
  115. GuiOpen       GuiName
  116. GuiClose      GuiName
  117. GuiQuit       GuiName
  118. GuiRename     GuiName NewName
  119. Status       
  120.  
  121. ---------> Handling Variables :
  122.  
  123. SetVar        Variable String
  124. DelVar        Variable (May use wildcard eg. var#?)
  125. AppVar        Variable Text
  126. CutVar        SourceVar CUT|COPY CHAR|WORD|LINE Amount DestinationVar
  127. Counter       Variable INC|DEC Amount
  128. Append        File String
  129. Extract       Variable  Root|File|Path|Guipath|Clean|Unquote|Ext
  130.                         Upper|Lower  ToVariable
  131. JoinFile      Path  File  ToVariable
  132.  
  133. ---------> ListView Commands :
  134.  
  135. LVChange      GuiFile GadID NewFromFile
  136. LVSort        GuiFile GadID 
  137. LVFind        GuiFile GadID String
  138. LVAdd         GuiFile GadID String
  139. LVDel         GuiFile GadID LineNumber
  140. LVClear       GuiFile GadID 
  141. LVSave        GuiFile GadID FileName
  142. LVGet         GuiFile GadID LineNumber Variable
  143. LVPut         GuiFile GadID LineNumber NewText
  144. LVMove        GuiFile GadID +-Offset
  145.  
  146. ---------> Dir/Multi Listview Commands :
  147.  
  148. LVDir         GuiFile GadID Parent|Root|Disks|All|None|#DirName
  149.                             Refresh|Norefresh
  150. LVMulti       GuiName GadID First|Next|On|Off
  151.  
  152. ---------> Various Commands :
  153.  
  154. SetScreen     GuiFile ScreenName
  155. GuiScreen     GuiFile FRONT|BACK
  156. GuiWindow     GuiFile ON|BIG|SMALL|FRONT|BACK|WAIT|RESUME
  157. SetWinTitle   GuiFile NewTitle
  158. ReqFile       L T W H Title SAVE|LOAD|MULTI|DIR Variable DirName
  159. CD            NewDirectoryName
  160. Delay         Ticks
  161. EZReq         Text Choices Variable
  162. Say           Text
  163. Set           [parameter]  [value]
  164. SetStack      StackSize
  165. MakeScreen    ScreenName Depth Title
  166. KillScreen    ScreenName
  167. SetColor      GuiFile ColorNumber R G B
  168. TTGet         FullPath/IconName (without .info)
  169.  
  170. ---------------------------------------------------------------------
  171.  
  172. ACTIONS :  COPY COPYNEW MOVE DELETE PROTECT SIZE
  173.  
  174. SYSTEM  :  PORT SCREEN FILE DIRECTORY GUI WINDOW VARIABLE 
  175.            DEVICE VOLUME ASSIGN DOS
  176.  
  177.  
  178.  
  179.